@charset "UTF-8";
.news_container, .banner {
  margin: 0rem 18.75rem;
  padding: 6.25rem 0rem;
}

* {
  font-family: "微軟正黑體";
}

/* ***** 1.0 Header Section Strats ***** */
.navbar {
  margin: 0px 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  width: 10rem;
  /* 設定 Logo 寬度 */
  height: auto;
}

.navbar-collapse {
  display: flex;
  flex-basis: auto;
  justify-content: flex-end;
}

.nav-item {
  padding: 8px;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
  text-decoration: none;
  color: #4C4948;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #A87A52;
}

/* ***** Header Section End ***** */
/* ***** 2.0 Main Section Strats ***** */
h1,
h2 {
  font-weight: bold;
}

h2,
h3 {
  color: #4C4948;
}

.banner_bg_container {
  height: 100%;
}

.banner_bg {
  position: relative; /* 為偽元素設置定位參考 */
  z-index: 1; /* 確保文字位於偽元素之上 */
}

.banner_bg::before {
  content: ""; /* 偽元素內容 */
  position: absolute; /* 絕對定位 */
  top: 0;
  left: 0;
  width: 100%; /* 偽元素寬度覆蓋父元素 */
  height: 100%; /* 偽元素高度覆蓋父元素 */
  background-image: url("../img/pic_02.png"); /* 替換為實際圖片路徑 */
  background-size: cover; /* 圖片自動調整以填滿整個區域 */
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; /* 確保背景圖層在文字後面 */
}

.banner {
  display: flex;
  justify-content: space-between;
}

.banner_title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner_title {
  color: white;
}

.banner_content {
  color: white;
}

.banner_sublistLine-container {
  display: flex;
  flex-direction: row;
}

.banner_subtitle-container {
  color: #4C4948;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 8px 0px;
  display: flex;
  align-items: center;
}

.banner_subtitle-item {
  margin-right: 3rem;
}

.banner_subtitle {
  font-weight: bold;
  font-size: 2.5rem;
}

.banner_subtitle-phone-number {
  font-weight: bold;
  color: #A87A52;
  font-size: 1.56rem;
}

.button-primary.btn-lg {
  background-color: #A87A52;
  border-color: #A87A52;
  color: #ffffff;
}
.button-primary.btn-lg:hover {
  background-color: #A87A52;
  border-color: #A87A52;
}

.core {
  margin: 0rem 18.75rem;
  padding: 6.25rem 0rem;
  background-color: #ffffff;
  color: #4C4948;
  border-radius: 5px;
  padding: 0rem 6.25rem;
  border-bottom: 5px solid #A87A52;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 8px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.core_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.core_title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0rem 0rem 0rem 1.25rem;
}

.bestchoice {
  margin: 0rem 18.75rem;
  padding: 6.25rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bestchoice_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bestchoice_subtitle {
  font-size: 1.125rem;
  font-weight: bold;
  color: #A87A52;
}

.bestchoice_content {
  color: #4C4948;
  font-weight: 400;
}

.bestchoice_icon {
  padding: 0rem 0.5rem 0.3rem 0rem;
  width: 4%;
  height: auto;
}

.operate {
  background-color: #f3f3f3;
}

.operate_bg {
  position: relative; /* 為偽元素設置定位參考 */
  z-index: 1; /* 確保文字位於偽元素之上 */
}

.operate_bg::before {
  content: ""; /* 偽元素內容 */
  position: absolute; /* 絕對定位 */
  top: 0;
  left: 0;
  width: 100%; /* 偽元素寬度覆蓋父元素 */
  height: 100%; /* 偽元素高度覆蓋父元素 */
  background-image: url("../img/bac_01.png"); /* 替換為實際圖片路徑 */
  background-size: cover; /* 圖片自動調整以填滿整個區域 */
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; /* 確保背景圖層在文字後面 */
}

.operate_container {
  margin: 0rem 18.75rem;
  padding: 6.25rem 0rem;
  display: flex;
  flex-direction: column;
}

.operate_title-container {
  display: flex;
  justify-content: center;
}

.operate-photo_container {
  margin: 7.5rem 0 0 0;
  display: flex;
  justify-content: space-between;
}

.operate_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.operate_item-top {
  margin-top: 3rem;
}

.product_container {
  margin: 0rem 18.75rem;
  padding: 4.25rem 0rem;
  display: flex;
  flex-direction: column;
}

.product_title-container {
  display: flex;
  justify-content: center;
}

.product_title {
  color: #ffffff;
}

.product-photo_container {
  margin: 7.5rem 0 0 0;
  display: flex;
  justify-content: space-between;
}

.product-photo_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_photo {
  text-align: center;
}

.product_item-top {
  margin-top: 3rem;
}

.news_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news_title {
  display: flex;
  justify-content: center;
}

.news_item {
  display: flex;
  justify-content: space-between;
}

.news_link {
  width: 100%;
  max-width: 18.75rem;
}

.news_list-a {
  text-decoration: none;
  text-align: center;
}

.news_list {
  font-weight: bold;
}

.new_content {
  color: #4C4948;
}

.news_item {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .navbar {
    margin: 0;
  }
  .navbar-collapse {
    display: inline;
    flex-basis: 100%;
  }
  h1 {
    font-size: 2.5rem;
  }
  h1,
  h2 {
    text-align: center;
  }
  .banner_bg_container {
    height: 100%;
  }
  .banner_bg {
    position: relative;
    /* 為偽元素設置定位參考 */
    z-index: 1;
    /* 確保文字位於偽元素之上 */
  }
  .banner_bg::before {
    content: "";
    /* 偽元素內容 */
    position: absolute;
    /* 絕對定位 */
    top: 0;
    left: 0;
    width: 100%;
    /* 偽元素寬度覆蓋父元素 */
    height: 100%;
    /* 偽元素高度覆蓋父元素 */
    background-image: url("../img/pic_02.png");
    /* 替換為實際圖片路徑 */
    background-size: cover;
    /* 圖片自動調整以填滿整個區域 */
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    /* 確保背景圖層在文字後面 */
  }
  .banner {
    margin: 0 6%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 6.25rem 0 0 0;
  }
  .banner_title-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10%;
  }
  .banner_sublistLine-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12%;
  }
  .banner_subtitle-container {
    color: #4C4948;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 8px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .banner_subtitle-item {
    margin-right: 0;
  }
  .banner_subtitle {
    font-weight: bold;
    font-size: 2.2rem;
  }
  .core {
    margin: 0;
    padding-top: 0;
    background-color: #ffffff;
    color: #4C4948;
    border-radius: 5px;
    padding: 0rem 6.25rem;
    border-bottom: 5px solid #A87A52;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .core_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .bestchoice {
    margin: 20% 6%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bestchoice_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 10%;
    align-items: center;
  }
  .bestchoice_title {
    margin-bottom: 6%;
  }
  .bestchoice_icon {
    padding: 0rem 0.5rem 0.3rem 0rem;
    width: 7%;
    height: auto;
  }
  .operate {
    background-color: #f3f3f3;
  }
  .operate_bg {
    background-image: url("../img/bac_rwd.png");
    background-size: cover;
    height: 100%;
    background-position: center;
    position: relative;
    /* 為偽元素設置定位參考 */
    z-index: 1;
    /* 確保文字位於偽元素之上 */
  }
  .operate_bg::before {
    content: "";
    /* 偽元素內容 */
    position: absolute;
    /* 絕對定位 */
    top: 0;
    left: 0;
    width: 100%;
    /* 偽元素寬度覆蓋父元素 */
    height: 90%;
    /* 偽元素高度覆蓋父元素 */
    background-image: url("img/bac_rwd.png");
    /* 替換為實際圖片路徑 */
    background-size: cover;
    /* 圖片自動調整以填滿整個區域 */
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    /* 確保背景圖層在文字後面 */
  }
  .operate_container {
    display: flex;
    flex-direction: column;
    margin: 10% 6%;
    padding: 4.25rem 0 0 0;
  }
  .operate-photo_container {
    margin: 2.5rem 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .operate_item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .operate_img {
    width: 29vw;
  }
  .operate_item-top {
    margin: 2rem;
  }
  .product_container {
    margin: 0 6%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
  }
  .product-photo_container {
    margin: 2.5rem 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .product_img {
    width: 24vw;
  }
  .product-photo_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.75rem;
  }
  .product_item-top {
    margin: 2rem;
    color: #ffffff;
  }
  .news_container {
    margin: 0 6%;
    padding: 3.25rem 0rem;
  }
  .news_item {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    flex-direction: column;
  }
}/*# sourceMappingURL=styles.css.map */